home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Amortize1.x / Source / AmortControl.h < prev    next >
Text File  |  1993-10-10  |  218b  |  14 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface AmortControl:Object
  5. {
  6. }
  7.  
  8. - appDidInit:sender;
  9. - ShowInfoPanel:sender;// Display the Info panel
  10. - ShowMoreInfo:sender; // Display the More Info panel
  11. - NewAmortPanel:sender;
  12.  
  13. @end
  14.